From 9ce0c8557873af4936b3507bc9290ce5c0299baa Mon Sep 17 00:00:00 2001 From: "kfraser@localhost.localdomain" Date: Thu, 2 Aug 2007 09:53:13 +0100 Subject: [PATCH] libelf: Remove unneeded extra elf_set_verbose() invocation. Signed-off-by: Keir Fraser --- xen/common/libelf/libelf-loader.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/xen/common/libelf/libelf-loader.c b/xen/common/libelf/libelf-loader.c index bfb3cab57b..21e44be848 100644 --- a/xen/common/libelf/libelf-loader.c +++ b/xen/common/libelf/libelf-loader.c @@ -26,10 +26,6 @@ int elf_init(struct elf_binary *elf, const char *image, size_t size) elf->class = elf->ehdr->e32.e_ident[EI_CLASS]; elf->data = elf->ehdr->e32.e_ident[EI_DATA]; -#ifdef VERBOSE - elf_set_verbose(elf); -#endif - /* Sanity check phdr. */ offset = elf_uval(elf, elf->ehdr, e_phoff) + elf_uval(elf, elf->ehdr, e_phentsize) * elf_phdr_count(elf); -- 2.30.2